home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000269_news@columbia.edu _Wed Feb 16 15:10:25 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03236
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Feb 2000 15:10:25 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id XAA05025
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 11 Feb 2000 23:44:38 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: a puzzle with regard to c-kermit
  11. Date: 12 Feb 2000 04:44:36 GMT
  12. Organization: Columbia University
  13. Message-ID: <882ofk$4su$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <pG4p4.656$MF5.36522@den-news1.rmi.net>,
  17. Arthur Wouk <awouk@syzygy.nilenet.com> wrote:
  18. : the situation: sun sparc2 running first c-kermit 6, and now c-kermit 7
  19. : (the latest release. (os is solaris2.4)
  20. : diallin in to my ISP running then solaris2.4 on a sparc10, now
  21. : solaris2.6 on a sparc20. used to have c-kermit6, now the latest
  22. : release c-kermit7.
  23. : because of problems (unknown), i have to run 'set prefix all' for the
  24. : latest release to get binary transmission, previously this was not
  25. : needed. this is NOT the problem.
  26.  
  27. Versions previous to C-Kermit 7.0 defaulted to 
  28.  
  29.   SET PREFIX ALL
  30.  
  31. which resulted in slow transfers over transparent links.  Now C-Kermit
  32. defaults to 
  33.  
  34.   SET PREFIX CAUTIOUS
  35.  
  36. : now the problem: downloads of both binary and ASCII files are no
  37. : problem in both states. ASCII uploads are fine. binary uploads proceed
  38. : for a while, not too long, say 10 or 15 kilobytes, and then the
  39. : transmission hangs. this for both configurations. 
  40.  
  41. Your dialup connection (terminal server?) is not transparent.
  42.  
  43. : uuencoding the binary doesn't help. probably something goes wrong when
  44. : some code which is not present in ASCII but is present in both binary
  45. : and uuencoded binary appears.
  46.  
  47. Uuencoded binary files are completely ASCII.  
  48.  
  49. : how do i trouble shoot this?
  50.  
  51. Use 
  52.  
  53.   ROBUST or CAUTIOUS 
  54.  
  55. tranfers instead of the default FAST transfers.  See the Troubleshooting
  56. chapter of "Using C-Kermit" for details on finer tuning.
  57.  
  58.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  59.                  The Kermit Project * Columbia University
  60.               612 West 115th St #716 * New York, NY * 10025
  61.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org